Class symantec.itools.db.beans.brl.adapter.editors.ValidWizardController
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.brl.adapter.editors.ValidWizardController

Object
   |
   +----WizardController
           |
           +----symantec.itools.db.beans.brl.adapter.editors.ValidWizardController

public class ValidWizardController
extends WizardController
Class which is the controller for Validation Wizard

Version:
1.0 08/01/98
Author:
Puru Balakrishnan

Variable Index

 o IDJH_VALIDAW_INPUTS
 o IDJH_VALIDAW_INTRO
 o IDJH_VALIDAW_OUTPUTINFO
 o IDJH_VALIDAW_RULECLASS
 o IDJH_VALIDAW_SUMMARY
 o IDJH_VALIDPROPED_COMPOPERS
 o IDJH_VALIDPROPED_REFCOLS
 o IDJH_VALIDPROPED_SOURCECOLS
 o beanCustomizer
 o colPage
 o endPage
 o introPage
 o miscInfoPage
 o objFinder
 o rulePage
 o vcafeAttr

Constructor Index

 o symantec.itools.db.beans.brl.adapter.editors.ValidWizardController(Wizard)
Constructor
 o symantec.itools.db.beans.brl.adapter.editors.ValidWizardController(Wizard, ValidColBeanCustomizer)
Constructor

Method Index

 o fireCustomizerCancelEvent()
Method to fire Customizer Cancel event
 o fireCustomizerOKEvent()
Method to fire Customizer OK event
 o firstPanelIndex()
 o getAliasName()
Get the alias name
 o getBeanToBeCustomized()
get the bean to be customized
 o getBindingName()
Get the specified binding name
 o getComparisionOpers()
Get comparision operators from columns Page
 o getCustomMessage()
get the custom message to be used if validation fails
 o getDataTypeFromVisualObj(VisualObject)
 o getObjFinder()
Get the object finder
 o getOutputName()
Get the output column name
 o getRuleType()
get the rule type
 o getSelectedRule()
Get the selected rule
 o getSourceColumns()
Get selected columns from columns Page
 o getTargetColumns()
Get target columns
 o getVisualObjectForBean()
Get the visual object for the bean
 o help()
process help request
 o isValidFailDialogToBeDisplayed()
should the dialog be displayed if validation fails
 o isValidMsgToBeSentToLog()
should the validation message be displayed to dbStatusBar, logWindow
 o processAliasName(String)
Method to handle alias name
 o processCompOperators(int)
process the Comparision operator selection
 o processFinishMethod()
delegate the finish to the last page
 o setWizardTitle(Component, String)

Variables

 o IDJH_VALIDAW_INPUTS
public static final int IDJH_VALIDAW_INPUTS
 o IDJH_VALIDAW_INTRO
public static final int IDJH_VALIDAW_INTRO
 o IDJH_VALIDAW_OUTPUTINFO
public static final int IDJH_VALIDAW_OUTPUTINFO
 o IDJH_VALIDAW_RULECLASS
public static final int IDJH_VALIDAW_RULECLASS
 o IDJH_VALIDAW_SUMMARY
public static final int IDJH_VALIDAW_SUMMARY
 o IDJH_VALIDPROPED_COMPOPERS
public static final int IDJH_VALIDPROPED_COMPOPERS
 o IDJH_VALIDPROPED_REFCOLS
public static final int IDJH_VALIDPROPED_REFCOLS
 o IDJH_VALIDPROPED_SOURCECOLS
public static final int IDJH_VALIDPROPED_SOURCECOLS
 o beanCustomizer
protected symantec.itools.db.beans.brl.adapter.editors.ValidColBeanCustomizer beanCustomizer
 o colPage
protected symantec.itools.db.beans.brl.adapter.editors.ValidColumnsPage colPage
 o endPage
protected symantec.itools.db.beans.brl.adapter.editors.ValidEndPage endPage
 o introPage
protected symantec.itools.db.beans.brl.adapter.editors.ValidIntroPage introPage
 o miscInfoPage
protected symantec.itools.db.beans.brl.adapter.editors.ValidMiscInfoPage miscInfoPage
 o objFinder
protected symantec.itools.db.beans.util.ObjectFinder objFinder
 o rulePage
protected symantec.itools.db.beans.brl.adapter.editors.ValidRulePage rulePage
 o vcafeAttr
protected com.symantec.itools.vcafe.openapi.Attributes vcafeAttr

Constructors

 o ValidWizardController
public ValidWizardController(Wizard w)
Constructor

 o ValidWizardController
public ValidWizardController(Wizard w,
                             ValidColBeanCustomizer obj)
Constructor

Methods

 o fireCustomizerCancelEvent
public void fireCustomizerCancelEvent()
Method to fire Customizer Cancel event

 o fireCustomizerOKEvent
public void fireCustomizerOKEvent()
Method to fire Customizer OK event

 o firstPanelIndex
protected int firstPanelIndex()

Overrides:
firstPanelIndex in class WizardController
 o getAliasName
public java.lang.String getAliasName()
Get the alias name

Returns:
String
 o getBeanToBeCustomized
public symantec.itools.db.beans.brl.adapter.ValidationAdapter getBeanToBeCustomized()
get the bean to be customized

Returns:
CompColAdapterBean
 o getBindingName
public java.lang.String getBindingName()
Get the specified binding name

Returns:
String
 o getComparisionOpers
public symantec.itools.db.beans.brl.OperatorMember[] getComparisionOpers()
Get comparision operators from columns Page

Returns:
array of OperatorMember
 o getCustomMessage
public java.lang.String getCustomMessage()
get the custom message to be used if validation fails

Returns:
String
 o getDataTypeFromVisualObj
public static int getDataTypeFromVisualObj(VisualObject vObj)
 o getObjFinder
public symantec.itools.db.beans.util.ObjectFinder getObjFinder()
Get the object finder

Returns:
ObjectFinder
 o getOutputName
public java.lang.String getOutputName()
Get the output column name

Returns:
String
 o getRuleType
public int getRuleType()
get the rule type

Returns:
int
 o getSelectedRule
public java.lang.Class getSelectedRule()
Get the selected rule

Returns:
Class
 o getSourceColumns
public symantec.itools.db.beans.brl.CompColInputMember[] getSourceColumns()
Get selected columns from columns Page

Returns:
array of CompColInputMember
 o getTargetColumns
public symantec.itools.db.beans.brl.CompColInputMember[] getTargetColumns()
Get target columns

Returns:
array of CompColInputMember
 o getVisualObjectForBean
public com.symantec.itools.vcafe.openapi.VisualObject getVisualObjectForBean()
Get the visual object for the bean

Returns:
VisualObject
 o help
public void help()
process help request

Overrides:
help in class WizardController
 o isValidFailDialogToBeDisplayed
public boolean isValidFailDialogToBeDisplayed()
should the dialog be displayed if validation fails

Returns:
boolean
 o isValidMsgToBeSentToLog
public boolean isValidMsgToBeSentToLog()
should the validation message be displayed to dbStatusBar, logWindow

Returns:
boolean
 o processAliasName
public void processAliasName(String name)
Method to handle alias name

 o processCompOperators
public void processCompOperators(int type)
process the Comparision operator selection

Parameters:
type - the operator to be processed
 o processFinishMethod
public void processFinishMethod()
delegate the finish to the last page

 o setWizardTitle
public void setWizardTitle(Component comp,
                           String title)

All Packages  Class Hierarchy  This Package  Previous  Next  Index